GetMetricsResponse

data class GetMetricsResponse(metrics: List<Metric>)

Represents response frame that is returned from Performance#getMetrics operation call. Retrieve current values of run-time metrics.

See also

Constructors

GetMetricsResponse
Link copied to clipboard
fun GetMetricsResponse(metrics: List<Metric>)

Properties

metrics
Link copied to clipboard
val metrics: List<Metric>
Current values for run-time metrics.

Sources

jvm source
Link copied to clipboard